home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / 918 / PRINTME.BAT < prev    next >
DOS Batch File  |  1987-12-13  |  400b  |  12 lines

  1. echo off
  2. cls
  3. echo This will print the instructions for the Cambridge Harness Handicapper.
  4. echo Make sure your printer is on line and set the print head at the very
  5. echo top of a page. If you don't want to print the instruction manual now,
  6. echo hit CTRL-C to stop this batch file. Otherwise,
  7. pause
  8. echo off
  9. cls echo Printing instructions now...
  10. copy harness.doc prn
  11. echo Printing complete!
  12.